*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 May 2004 16:56:13 +0000 (16:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 May 2004 16:56:13 +0000 (16:56 +0000)
lisp/ChangeLog
src/ChangeLog

index 86e2da3156e6260471d0b7d72ca6ac4ebc56f4cb..aba8d66a17ecc64c667f6f6e92982e2506e485fa 100644 (file)
@@ -1,3 +1,9 @@
+2004-05-10  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
+       directly without calling any functions in Rmail.
+       (unrmail-unprune): Function deleted.
+
 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/python.el (inferior-python-mode-map): Remove erroneous
index 4e509b6055caf88ec3418b2400d1240781058910..1d371bd604cfba6b2c345fe403f208f8ec30a170 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-10  Richard M. Stallman  <rms@gnu.org>
+
+       * print.c (print_preprocess): Use being_printed, loop_count and
+       halftail to detect overdeep nesting and cyclic cdr chains.
+
 2004-05-10  Andreas Schwab  <schwab@suse.de>
 
        * lisp.h: Declare Fmake_symbolic_link.